runtime._panic.slotsPtr (field)
5 uses
	runtime (current package)
		panic.go#L838: 			p.slotsPtr = add(sp, s.slotsOffset)
		panic.go#L904: 			return *(*func())(add(p.slotsPtr, i*goarch.PtrSize)), true
		panic.go#L1001: 	p.slotsPtr = add(varp, -uintptr(slotsOffset))
		panic.go#L1169: 			slotsOffset:     uintptr(p0.slotsPtr) - uintptr(p0.sp),
		runtime2.go#L1034: 	slotsPtr     unsafe.Pointer
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |